ComponentOne Xamarin Edition
InsertAsync Method (C1FilterCollectionView<T>)
C1.CollectionView Assembly > C1.CollectionView Namespace > C1FilterCollectionView<T> Class : InsertAsync Method
The index where the item will be inserted.
The item to be inserted.
Inserts the specified item at the specified index in the collection.
Syntax
[AsyncStateMachine(C1.CollectionView.C1FilterCollectionView`1+d__23[T])] 
public override Task<int> InsertAsync( 
   int index, 
   object item 
)

Parameters

index
The index where the item will be inserted.
item
The item to be inserted.
See Also

Reference

C1FilterCollectionView<T> Class
C1FilterCollectionView<T> Members